🐨
Git Tutorial
  • Git
  • 🚲개요
    • git command
  • 🏍️초기 세팅
    • git config
    • git fork, git clone
  • 🚙Add-Commit-Push
    • add, commit, push
    • add, commit, push 동작 과정
    • pull request
  • 🚅변경사항 살펴보기
    • git status
    • git diff
    • git log
    • git show
  • ✈️Add-Commit-Push 심화
    • 커밋 메시지 본문 작성하기
    • 특정 파일/폴더만 add 하기
    • 특정 파일/폴더만 add 취소하기
    • 강제 push 하기
    • 이미 만든 커밋 메시지 수정하기
  • 🚀커밋 되돌리기
    • git reset --soft
    • git reset --hard
  • 🛸협업하기
    • git remote
    • fetch, merge, pull
    • git branch
  • 마치며
Powered by GitBook